gtk4.git
2020-01-22 Matthias Clasensurface: Always dd events to the profiler trace
2020-01-22 Matthias Clasenframe clock: Redo the profiler marks
2020-01-22 Matthias Clasenci: Save syscap files from performance tests
2020-01-22 Matthias Clasenwindow: Rename a profiler mark
2020-01-22 Matthias Clasenwayland: Add profiler marks around surface handling
2020-01-22 Matthias Clasensurface: Add enter/leave events to profiler traces
2020-01-22 Matthias Clasenicontheme: Add profiler marks for loading icons
2020-01-22 sicklylifeUpdate Japanese translation
2020-01-22 sicklylifeUpdate Japanese translation
2020-01-22 Matthias ClasenMerge branch 'wip/jimmac/typography-classes' into ...
2020-01-22 Jakub SteinerAdwaita: general typography classes
2020-01-22 Matthias Clasentestsuite: Move the meson performance tests up
2020-01-22 Matthias ClasenMake the performance testcase more general
2020-01-22 Matthias Clasencss: Make performance test more flexible
2020-01-22 Matthias Clasenwidget: Add profiler marks
2020-01-22 Matthias Clasenwindow: Add a profiler mark around size allocation
2020-01-22 Matthias Clasencontainer: Remove an unnecessary check
2020-01-22 Matthias ClasenMerge branch 'matthiasc/perf-tests' into 'master'
2020-01-22 Matthias Clasentestsuite: Make performance test fail
2020-01-22 Matthias Clasentestsuite: Point performance tests at uninstalled schemas
2020-01-22 Matthias ClasenUse the v9 image for ci runs
2020-01-21 Matthias Clasenci: Build with profiler support
2020-01-21 Matthias Clasenci: Add sysprof-devel to the image
2020-01-21 Matthias ClasenFix testsuite without -Dprofiler=true
2020-01-21 Matthias ClasenRun the css performance test in the testsuite
2020-01-21 Matthias ClasenPrototype a sysprof helper
2020-01-21 Matthias Clasenwidget-factory: Add a way to quit automatically
2020-01-21 Matthias Clasengdk: Make profiler support unconditional
2020-01-21 Matthias Clasencssnode: Make the profiler support unconditional
2020-01-21 Matthias ClasenMerge branch 'otte/for-master' into 'master'
2020-01-21 Benjamin Otteselector: Add GtkSelectorCategory
2020-01-21 Benjamin OtteMerge branch 'otte/for-master' into 'master'
2020-01-21 Benjamin Ottestylecontext: Remove excess gtk_css_node_invalidate...
2020-01-21 Benjamin OtteMerge branch 'otte/for-master' into 'master'
2020-01-21 Benjamin Ottewin32: Don't save/restore the context for querying...
2020-01-21 Benjamin Ottewidget: Remove gtk_widget_get_path()
2020-01-21 Benjamin Ottecssnode: Remove unused widget path vfuncs
2020-01-21 Benjamin Ottecontainter: Remove gtk_container_get_path_for_child()
2020-01-21 Benjamin Ottestylecontext: Change semantics of gtk_style_context_get...
2020-01-21 Benjamin Ottewidget: Initialize cssnode name asap
2020-01-21 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-01-21 Matthias ClasenAdd some static assertions
2020-01-21 Matthias ClasenAdd profiler support for css validation
2020-01-21 Benjamin Ottetextview: Make cursor work when blinking is disabled
2020-01-19 Matthias Clasencssselector: Inline a few things
2020-01-19 Matthias Clasenstyle cascade: Remove some pointless casts
2020-01-19 Matthias Clasenpick: Take advantage of transform categories
2020-01-19 Matthias ClasenRefactor gtk_widget_pick
2020-01-19 Piotr DrągUpdate Polish translation
2020-01-19 Matthias Clasencss: Redo the pseudoclass selectors
2020-01-19 Matthias Clasencss: Go back to clearing out selectors
2020-01-19 Goran VidovićUpdate Croatian translation
2020-01-19 Goran VidovićUpdate Croatian translation
2020-01-18 Matthias ClasenRefine the selector tree printing
2020-01-18 Matthias ClasenFix a css change testcase
2020-01-18 Matthias ClasenActually turn of css value accounting
2020-01-18 Matthias Claseninspector: Avoid an array overrun
2020-01-18 Matthias Clasenwayland: Fix release build warnings
2020-01-18 Matthias Clasenx11: Fix release build warnings
2020-01-18 Piotr DrągUpdate POTFILES.skip
2020-01-18 Timm Bädergl renderer: Pull a local variable in the closest scope
2020-01-18 Timm Bädercssimagefallback: Don't snapshot invisible colors
2020-01-18 Timm Bäderwidget: Get opacity without GtkStyleContext
2020-01-18 Timm Bädercssstyle: set font variations in get_pango_font()
2020-01-18 Timm Bäderwidget: Get DPI from style directly
2020-01-18 Timm Bädercssstyle: Implement get_pango_font() directly
2020-01-18 Timm Bädertestsuite: Update expected css errors
2020-01-18 Timm Bädergl renderer: Draw outset shadows white
2020-01-18 Matthias Clasencss: Mark transform value as computed
2020-01-18 Matthias Clasencss: Simplify default values
2020-01-18 Matthias Clasencss: Re-add a lost special case
2020-01-18 Timm Bädercsshorthandproperty: Try to avoid allocating a GString...
2020-01-18 Timm Bädercssdimensionvalue: remove early-out code from transition()
2020-01-18 Timm Bädergl renderer: Render simple border nodes in a simple way
2020-01-18 Timm Bädernumbervalue: Add early-out to multiply()
2020-01-18 Timm Bädercssnumbervalue: Move early-out code to GtkCssValue
2020-01-18 Timm Bädercssdimensionvalue: Implement transition()
2020-01-18 Timm BäderRemove GtkCssShadowsValue
2020-01-18 Timm Bädercssshadowvalue: Only create 2 shadows values for transi...
2020-01-18 Timm Bädercssvalue: Improve css value accounting output
2020-01-18 Timm Bädercsscolorvalue: check for singletons in new_literal
2020-01-18 Timm Bädercssimage: Add is_computed vfunc
2020-01-18 Timm Bädercss: Set the is_computed flag for more values
2020-01-18 Timm Bädercssvalue: Don't call compute() for already computed...
2020-01-18 Timm Bädercssvalue: Add is_computed flag
2020-01-18 Timm Bädertestsuite: Update css color output
2020-01-18 Timm Bädercss: Move border-width special cases out of GtkCssDimen...
2020-01-18 Timm Bädercsscolorvalue: Don't copy rgbas when applying function
2020-01-18 Timm Bädergl renderer: Look at shadow color in the outset shadow...
2020-01-18 Timm Bädercssimageradial: Use array + length instead of GArray
2020-01-18 Timm Bädercssimagelinear: Use count+array for the color stops...
2020-01-18 Timm Bädercssimagefallback: Don't compute new image if only a...
2020-01-18 Timm BäderRemove GtkCssRgbaValue
2020-01-18 Matthias Clasendump css value stats
2020-01-18 Timm Bädercsssshadwovalue: Remove unused function prototype
2020-01-18 Timm Bädercssnumbervalue: Add early-outs to transition code
2020-01-18 Timm Bädercsscornervalue: Accept other values if x == y
2020-01-18 Timm Bädercssarrayvalue: Don't allocate memory when parsing array...
2020-01-18 Timm Bädercssarrayvalue: Allow calling array API on non-arrays
2020-01-18 Timm Bädercssvalue: Add type names for all classes
next